home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / orgpims_ / haca039.zip / _SETUP.1 / HaCa.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-12-27  |  3KB  |  146 lines

  1. object AboutBox: TAboutBox
  2.   Left = 262
  3.   Top = 97
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = ' Happy Calendar'
  7.   ClientHeight = 231
  8.   ClientWidth = 426
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 426
  21.     Height = 231
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object Panel4: TPanel
  26.       Left = 93
  27.       Top = 2
  28.       Width = 331
  29.       Height = 227
  30.       Align = alClient
  31.       BevelInner = bvRaised
  32.       Caption = 'Panel4'
  33.       TabOrder = 1
  34.       object Panel3: TPanel
  35.         Left = 2
  36.         Top = 2
  37.         Width = 327
  38.         Height = 41
  39.         Align = alTop
  40.         BevelOuter = bvNone
  41.         Color = clWhite
  42.         TabOrder = 0
  43.         object Image1: TImage
  44.           Left = 57
  45.           Top = 2
  46.           Width = 204
  47.           Height = 39
  48.           AutoSize = True
  49.           Picture.Data = {<image000.bmp>}
  50.         end
  51.       end
  52.       object memAbout: TMemo
  53.         Left = 2
  54.         Top = 43
  55.         Width = 327
  56.         Height = 182
  57.         Align = alClient
  58.         Alignment = taCenter
  59.         BorderStyle = bsNone
  60.         Color = clWhite
  61.         Font.Color = clBlack
  62.         Font.Height = -12
  63.         Font.Name = 'Arial'
  64.         Font.Style = [fsBold]
  65.         Lines.Strings = (
  66.           'Version 1.0 beta, build 1, 2-11-96'
  67.           '∩┐╜ Copyright 1996 by M.Pacchiarotti'
  68.           ''
  69.           'This is a shareware product !'
  70.           'Please register using the included:  REGISTER.EXE'
  71.           ''
  72.           'Feel free to contact me for bugs or ideas:'
  73.           'mario@jimjams.com'
  74.           'siddartha@kagi.com'
  75.           'siddartha@mclink.it'
  76.           ''
  77.           'HomePage: http://www.jimjams.com')
  78.         ParentFont = False
  79.         ReadOnly = True
  80.         TabOrder = 1
  81.       end
  82.     end
  83.     object Panel2: TPanel
  84.       Left = 2
  85.       Top = 2
  86.       Width = 91
  87.       Height = 227
  88.       Align = alLeft
  89.       BevelInner = bvRaised
  90.       BevelOuter = bvLowered
  91.       TabOrder = 0
  92.       object Image2: TImage
  93.         Left = 27
  94.         Top = 42
  95.         Width = 32
  96.         Height = 32
  97.         AutoSize = True
  98.         Picture.Data = {<image001.ico>}
  99.       end
  100.       object btnRegister: TButton
  101.         Left = 8
  102.         Top = 120
  103.         Width = 75
  104.         Height = 25
  105.         Caption = '&Register'
  106.         Font.Color = clBlack
  107.         Font.Height = -11
  108.         Font.Name = 'Arial'
  109.         Font.Style = [fsBold]
  110.         ParentFont = False
  111.         TabOrder = 0
  112.         OnClick = btnRegisterClick
  113.       end
  114.       object btnKey: TButton
  115.         Left = 8
  116.         Top = 155
  117.         Width = 75
  118.         Height = 25
  119.         Caption = 'Insert &Key'
  120.         Font.Color = clBlack
  121.         Font.Height = -11
  122.         Font.Name = 'Arial'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.         TabOrder = 1
  126.         OnClick = btnKeyClick
  127.       end
  128.       object btnOK: TButton
  129.         Left = 9
  130.         Top = 190
  131.         Width = 75
  132.         Height = 25
  133.         Caption = '&OK'
  134.         Default = True
  135.         Font.Color = clBlack
  136.         Font.Height = -11
  137.         Font.Name = 'Arial'
  138.         Font.Style = [fsBold]
  139.         ParentFont = False
  140.         TabOrder = 2
  141.         OnClick = btnOKClick
  142.       end
  143.     end
  144.   end
  145. end
  146.